ArcGIS Runtime SDK for WPF - Library Reference
CreateMilitaryUpdateMessage(String,String,IEnumerable<MapPoint>) Method
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > MessageHelper Class > CreateMilitaryUpdateMessage Method : CreateMilitaryUpdateMessage(String,String,IEnumerable<MapPoint>) Method

id
A System.String representing the message identifier.
messageType
A System.String representing the type of message.
controlPoints
A IEnumerable of message control points.
Creates a new instance of a military (MIL-STD-2525C / APP-6B) message with the action update.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CreateMilitaryUpdateMessage( _
   ByVal id As String, _
   ByVal messageType As String, _
   ByVal controlPoints As IEnumerable(Of MapPoint) _
) As Message
C# 
public static Message CreateMilitaryUpdateMessage( 
   string id,
   string messageType,
   IEnumerable<MapPoint> controlPoints
)

Parameters

id
A System.String representing the message identifier.
messageType
A System.String representing the type of message.
controlPoints
A IEnumerable of message control points.

Return Value

The Message instance to be updated on the map.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.